object AboutForm: TAboutForm Left = 255 Top = 176 BorderIcons = [] BorderStyle = bsDialog Caption = 'About' ClientHeight = 232 ClientWidth = 262 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object CopyrightLabel: TLabel Left = 9 Top = 72 Width = 244 Height = 16 Alignment = taCenter Caption = 'Copyright � 1996 Tamarack Associates' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object EngineLabel: TLabel Left = 32 Top = 48 Width = 198 Height = 16 Alignment = taCenter Caption = 'A Database Search Engine v1.2' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object LightningLabel: TLabel Left = 0 Top = 8 Width = 265 Height = 32 Alignment = taCenter AutoSize = False Caption = 'Rubicon for Delphi' Font.Color = clBlue Font.Height = -27 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] ParentFont = False end object EmailLabel: TLabel Left = 14 Top = 96 Width = 235 Height = 16 Alignment = taCenter Caption = 'info@tamaracka.com or CIS 72365,46' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object PhoneLabel: TLabel Left = 45 Top = 120 Width = 172 Height = 16 Alignment = taCenter Caption = '1-415-322-2827 (voice && fax)' Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object WebLabel: TLabel Left = 79 Top = 141 Width = 104 Height = 13 Alignment = taCenter Caption = 'http://tamaracka.com' end object BuyLabel1: TLabel Left = 17 Top = 158 Width = 229 Height = 13 Caption = '$99US includes source code and email updates.' end object BuyLabel2: TLabel Left = 13 Top = 176 Width = 236 Height = 13 Caption = 'See RUBICON.DOC for complete order informtion.' end object BitBtn1: TBitBtn Left = 95 Top = 197 Width = 75 Height = 25 TabOrder = 0 Kind = bkOK end end